-
Notifications
You must be signed in to change notification settings - Fork 24
mojo_csv #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
mojo_csv #89
Conversation
added the test files here after reading some comments on another MR... setup to run after package is built, if i understood it correctly. |
Let me know whats required to fix this. The test file is in the recipe folder and the source repo, so the error doesn't make sense to me. |
Hi @Phelsong, can you try removing the quotation marks around the test invocation? |
@Phelsong Apologies for the delay! Can you give me access to edit your PR so I can try adjusting a few things? (should be in the PR settings) |
Been slammed with work, will work on getting this fixed next week. Going to modify the test file to not take a cli arg and re-license to MIT |
Hi @Phelsong, so sorry for the delay on this! I totally missed your message. Here's the current error:
|
Checklist
recipe.yaml
file specifies which version(s) of MAX is compatible with my project (see here for an example). If not, my package is compatible with both 24.5 and 24.6.0
(for new packages, or if the version changed).Csv lib, mostly rfc-4180 compliant while handling trailing commas.
https://www.rfc-editor.org/rfc/rfc4180
https://github.com/Phelsong/mojo_csv